github.com/aws/smithy-go/encoding/httpbinding.URIValue.float (method)

3 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		uri.go#L62: 	return u.float(float64(v), 32)
		uri.go#L67: 	return u.float(v, 64)
		uri.go#L70: func (u URIValue) float(v float64, bitSize int) error {